home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / sgml / msdos / sgml07 / stklen.c < prev    next >
Encoding:
Text File  |  1992-03-27  |  82 b   |  3 lines

  1. /* This tells Borland C++ to allocate a 13k stack. */
  2. unsigned _stklen = 13*1024;
  3.